Start describing libostree
authorFelix Krull <f_krull@gmx.de>
Sat, 29 Sep 2018 14:23:10 +0000 (16:23 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:52 +0000 (12:53 -0400)
rust-bindings/rust/conf/libostree.toml [new file with mode: 0644]

diff --git a/rust-bindings/rust/conf/libostree.toml b/rust-bindings/rust/conf/libostree.toml
new file mode 100644 (file)
index 0000000..55daae3
--- /dev/null
@@ -0,0 +1,22 @@
+[options]
+work_mode = "normal"
+library = "OSTree"
+version = "1.0"
+target_path = "../libostree"
+generate_safety_asserts = true
+deprecate_by_min_version = true
+single_version_file = true
+
+girs_dir = "../gir-files"
+
+generate = [
+    "OSTree.RepoMode",
+    "OSTree.ObjectType",
+]
+
+[[object]]
+name = "OSTree.Repo"
+status = "generate"
+    [[object.function]]
+    pattern = ".+_async"
+    ignore = true